Welcome![Sign In][Sign Up]
Location:
Search - PIC 24

Search list

[Other resourcePIC-24LCXX

Description: C语言实现的24系列EEPROM的读写程序,本程序已在PIC系列单片机上实现,并已经批量生产,可放心使用-C language of the 24 serial EEPROM read and write procedures, this procedure has been in PIC MCU realized, and has production and use can be assured
Platform: | Size: 1502 | Author: 徐强 | Hits:

[SCMPIC-24LCXX

Description: C语言实现的24系列EEPROM的读写程序,本程序已在PIC系列单片机上实现,并已经批量生产,可放心使用-C language of the 24 serial EEPROM read and write procedures, this procedure has been in PIC MCU realized, and has production and use can be assured
Platform: | Size: 1024 | Author: 徐强 | Hits:

[CSharp24BitADSample

Description: 用 pic 18f252及 a d 模块实现24位精度的数模转换 -with pic 18f252 d and a module 24 accuracy of a few to-analog converter
Platform: | Size: 3072 | Author: 单志超 | Hits:

[Special Effectsplateloc

Description: 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。 -positioning plates for use when used to break pic examples directory of images, and then click the button "turn", "1", "2", "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-gt; 256-color grayscale. 2. Pretreatment : median filter. 3. Binary : an initial threshold value T A pair of images for two to be two binary images B value. T initial threshold value to determine the method is : Select threshold T = Tc- (Tc-Gmin)/3, respectively Gmin saturated and is the highest and the lowest gray value. The threshold values for different licenses are certain adaptability, to ensure that basic background was home to 0, to highlight regional licenses. 4. Weakened background interference. The
Platform: | Size: 1134592 | Author: 发过 | Hits:

[Graph programxudemin

Description: 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。-use when used to break pic examples directory of images, and then click the button "turn", "1" and "2", "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-
Platform: | Size: 3557376 | Author: 杨丽 | Hits:

[SCMAT24c08

Description: 用PIC单片机的I2C接口读写片外EEPROM(AT24C08,也可以直接用到AT24C01/02/04/16)-PIC microcontroller with the I2C interface writable EEPROM chip (AT24C08. can be used directly AT24C01/02/04/16)
Platform: | Size: 1024 | Author: 邓国理 | Hits:

[Graph RecognizeCardRecognization

Description: 车牌识别系统 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。-number plate recognition system for use when used to break pic examples directory of images, Click the button followed by a "U-turn", "1", "2" and "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-
Platform: | Size: 746496 | Author: 洪清启 | Hits:

[SCMBootPIC24HUART

Description: PIC 16bit 24H系列单片机的bootloader源码, -PIC 16bit 24H Series MCU bootloader source,
Platform: | Size: 2028544 | Author: 叶子 | Hits:

[Other Embeded programCE214_UART_loopback_091207

Description: PIC24H Code2例程,内付丰富的源码注释。对于16位PIC的单片机学习大有帮助。-PIC24H Code2 routine, with a rich source to pay the Notes. For 16-bit PIC MCU learning go a long way.
Platform: | Size: 12288 | Author: 郭启军 | Hits:

[Embeded-SCM Develop24LCXX

Description: PIC系列单片机典型应用程序集: 24lc-PIC MCU sets typical applications: 24lc
Platform: | Size: 1024 | Author: liming | Hits:

[SCM24c02

Description: pic单片机+proteus 仿真 24c02eeprom存储试验-pic+proteus simulate eeprom 24c02
Platform: | Size: 23552 | Author: zhongwei | Hits:

[ELanguage24LC64

Description: Code CCS C compiler for PIC. Library for 24lc64 manage.
Platform: | Size: 1024 | Author: Lorgio Teo | Hits:

[assembly languagep24Project

Description: pic 24FJ64GA002 start template
Platform: | Size: 4096 | Author: licencia00 | Hits:

[assembly languageP24Prj

Description: pic 24FJ64GA002 template for beginer
Platform: | Size: 2048 | Author: licencia00 | Hits:

[Software EngineeringPIC24F_FIRMWARE_PCB_Final

Description: this is PIC 24 Fj codes for our project
Platform: | Size: 590848 | Author: rohan | Hits:

[SCM24c02

Description: pic单片机用24c02的程序用的c语言-hao to use pic mcu use 24c02 to .use c langge
Platform: | Size: 24576 | Author: zi | Hits:

[Embeded-SCM DevelopDemoPIC24FCoordinator

Description: demo for pic 24 zigbee coordinator
Platform: | Size: 68608 | Author: andrea cn | Hits:

[OtherBootLoader-PIC

Description: PIC 24 ds30 and ds33 Boot Loader This is a PIC C BootLoader
Platform: | Size: 1387520 | Author: Camilo | Hits:

[OtherProgramming-16-Bit-PIC-Microcontrollers-in-C-(Lea

Description: Programming 16-Bit PIC Microcontrollers in C, Learning to Fly the PIC 24 Introduction to PIC 24 microcontrollers in C. English.
Platform: | Size: 3466240 | Author: Exerion | Hits:

[SCMPIC.X

Description: PIC 24单片计算机的底层代码-The underlying code PIC 24 single chip computer
Platform: | Size: 114688 | Author: jacke.lee | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net